FILE OUTLINE (*.sck)

My Schedule        Name Of Schedule
A:\backup.sck      Backup File Path
1                  Total Number Of Clients
Joshua Foster      Client Name
Clean carpets      Job Description
10                 Job Month
28                 Job Day
2000               Job Year
10                 Job Hour (Index)
59                 Job Minute (Index)

Translates to:
Schedule My Schedule
1 client
Joshua Foster - Clean carpets
4:00 PM (16:00 military) 10/28/2000

Note: Actual minute = 60 - (JobMinute + 1)


REGISTRY SETTINGS

OPTIONS
Name                  - Type Of Value      - Description
-------------------------------------------------------------------------------------------------------
Notify                - Integer            - If 1, notify on loading of appointments
Auto-Load             - String             - Schedule to auto-load ("" for uncheck)
BackupDelay           - Integer            - Length of time in minutes between backups
SavePath              - String (Directory) - Default save location
HelpLocation          - String (File)      - Help file location
DefaultScreen         - Integer            - 1: Main screen  2: Edit date screen
EventAlarmDelay       - Integer            - Length of time in minutes between alarm checks
EventAlarmDiffDays    - Integer            - Number of days in advance to alert
EventAlarmDiffHours   - Integer            - Number of hours in advance to alert
EventAlarmDiffMinutes - Integer            - Number of minutes in advance to alert
DefaultMainScreen     - Integer            - 1: Calendar view  2: Date listing view

MAINCUST
Name                   - Type Of Value      - Description
--------------------------------------------------------------------------------------------------------
MainBackColor          - Hex (RGB)          - frmMain.BackColor and frmMain.Calendar1.BackColor
DayFontColor           - Hex (RGB)          - frmMain.Calendar1.DayFontColor (header)
DayLength              - Integer            - frmMain.Calendar1.DayLength (0: Short  1: Medium  2: Long)
FirstDay               - Integer            - frmMain.Calendar1.FirstDay (0: Sunday  ...  6: Saturday)
ShowDateSel            - Integer            - frmMain.Calendar1.ShowDateSelectors (0: False  1: True)
ShowDays               - Integer            - frmMain.Calendar1.ShowDays (header) (0: False  1: True)
ShowTitle              - Integer            - frmMain.Calendar1.ShowTitle (0: False  1: True)
GridFontColor          - Hex (RGB)          - frmMain.Calendar1.GridFontColor
TitleFontColor         - Boolean            - frmMain.Calendar1.ShowDateSelectors

DATECUST
Name                   - Type Of Value      - Description
--------------------------------------------------------------------------------------------------------
BackColor              - Hex (RGB)          - frmDate.BackColor

DATETIMECUST
Name                   - Type Of Value      - Description
--------------------------------------------------------------------------------------------------------
BackColor              - Hex (RGB)          - frmDateTime.BackColor

STARTUPCUST
Name                   - Type Of Value      - Description
--------------------------------------------------------------------------------------------------------
BackColor              - Hex (RGB)          - frmStartup.BackColor
